export
Parameter
An object with the following keys:
| Key | Type | Desctription |
|---|---|---|
| options | object | An object with options that affect how items are exported. |
| counters | array of strings | An array of names of counters to export. |
| variables | array of strings | An array of names of variables to export. |
| shiftcodes | array of strings | An array of names of shift codes to export. |
| clocks | array of strings | An array of names of clocks to export. |
| timeformats | array of strings | An array of names of time formats to export. |
| numberFormats | array of strings | An array of names of number formats to export. |
| tables | array of strings | An array of names of tables to export. |
| fonts | array of strings | An array of names of font files to export. |
| images | array of strings | An array of names of images to export. |
| labels | array of strings | An array of names of labels to export. |
The options object has the following keys:
| Key | Type | Desctription |
|---|---|---|
| includeImages | boolean | If true, include any images that are used by the labels selected in the export. Default false. |
| includeFonts | boolean | If true, include any fonts that are used by the labels selected in the export. Default false. |
| includeDynamicText | boolean | If true, include the dynamic text resources (counters, variables, etc.) used by the labels selected in the export. Default false. |
Return value
An object with the same keys as the parameter (only those with exported items are present). Each value contains the exported items, in a form suitable for passing to import.